home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / gemfsc20 / gemfsc20.lzh / GEMFBIND / VSCFORM.S < prev    next >
Text File  |  1993-03-16  |  887b  |  34 lines

  1. ;*========================================================================
  2. ;* VDIFAST Public Domain VDI bindings.
  3. ;*========================================================================
  4.  
  5.  
  6. ;*------------------------------------------------------------------------
  7. ;* Set mouse form.
  8. ;*------------------------------------------------------------------------
  9.  
  10.           globl     _vsc_form
  11. _vsc_form:
  12. ;    .cargs    #8,handle.w,pform.l
  13.  
  14. handle      =         8
  15. pform      =         10
  16.  
  17.           link        a6,#0
  18.  
  19. ;          VContrl    #111,,,#37
  20.           move.w    handle(a6),-(sp)    ; contrl[6]
  21.           clr.l     -(sp)                ; contrl[5,4]
  22.           move.w    #37,-(sp)            ; contrl[3]
  23.           subq.l    #2,sp                ; contrl[2]
  24.           clr.w     -(sp)                ; contrl[1]
  25.           move.w    #111,-(sp)            ; contrl[0]
  26.  
  27.           lea        -12(sp),sp            ;* -> ptsout, intout, ptsin
  28.           move.l    pform(a6),-(sp)     ;* -> intin
  29.           pea        16(sp)                ;* -> contrl
  30.  
  31.           jmp        vdicall
  32.  
  33.           end
  34.